home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 August / macformat-040.iso / mac / MacFormat CD Browser / SOURCES / oReaders__Art_6_20.k < prev    next >
Encoding:
Text File  |  1996-06-14  |  1.8 KB  |  100 lines  |  [TEXT/MPS ]

  1. object oReaders__Art_6_20 is cDefaultContainer
  2. with
  3.     Binder is oBinder;
  4.     Label is -1;
  5.     Items is [
  6.         oReaders__screen_20_1,
  7.         oReaders6_20_2,
  8.         oBack_button_20_4,
  9.         oNext_Button_20_5,
  10.         oMenu_Button_20_6
  11.     ];
  12. end;
  13.  
  14.  
  15. object oReaders__screen_20_1 is cPictureHandler
  16. with
  17.     Duration is -1;
  18.     Supplier is oReaders__screen_69_;
  19.     Behavior is cVRBehavior
  20.     has
  21.     with
  22.         Enabled is true; Shown is true; 
  23.         X is 0; Y is 0; Width is 640; Height is 480;
  24.     end;
  25. end;
  26.  
  27.  
  28. object oReaders6_20_2 is cPictureHandler
  29. with
  30.     Duration is -1;
  31.     Supplier is oReaders6_75_;
  32.     Behavior is cVRBehavior
  33.     has
  34.     with
  35.         Enabled is true; Shown is true; 
  36.         X is 40; Y is 120; Width is 460; Height is 320;
  37.     end;
  38. end;
  39.  
  40.  
  41. object oBack_button_20_4 is cPictureHandler
  42. with
  43.     Duration is -1;
  44.     Supplier is oBack_button_66_;
  45.     Behavior is cVRBehavior
  46.     has
  47.         MouseUp(theTarget, theX, theY)
  48.             do
  49.                 oBinder.Goto(oReaders__Art_5_21);
  50.                 oBinder.Refresh();
  51.                 oBinder.SetTransition(oDissolve, 30);
  52.             end;
  53.         
  54.     with
  55.         Enabled is true; Shown is true; 
  56.         X is 524; Y is 321; Width is 90; Height is 39;
  57.     end;
  58. end;
  59.  
  60.  
  61. object oNext_Button_20_5 is cPictureHandler
  62. with
  63.     Duration is -1;
  64.     Supplier is oNext_Button_67_;
  65.     Behavior is cVRBehavior
  66.     has
  67.         MouseUp(theTarget, theX, theY)
  68.             do
  69.                 oBinder.Goto(oReaders__Art_1_24);
  70.                 oBinder.Refresh();
  71.                 oBinder.SetTransition(oDissolve, 30);
  72.             end;
  73.         
  74.     with
  75.         Enabled is true; Shown is true; 
  76.         X is 523; Y is 241; Width is 90; Height is 39;
  77.     end;
  78. end;
  79.  
  80.  
  81. object oMenu_Button_20_6 is cPictureHandler
  82. with
  83.     Duration is -1;
  84.     Supplier is oMenu_Button_49_;
  85.     Behavior is cVRBehavior
  86.     has
  87.         MouseUp(theTarget, theX, theY)
  88.             do
  89.                 oBinder.Goto(oMain_Menu_2);
  90.                 oBinder.Refresh();
  91.                 oBinder.SetTransition(oDissolve, 30);
  92.             end;
  93.         
  94.     with
  95.         Enabled is true; Shown is true; 
  96.         X is 524; Y is 401; Width is 90; Height is 39;
  97.     end;
  98. end;
  99.  
  100.